Initializes a new instance of the Series class with a name and the specified Elements.
[Visual Basic]
Public Function New( _
ByVal name As String, _
ByVal ParamArray elementList() As Element _
)
[C#]
public Series(
string name,
params Element[] elementList
);
Series Class | Series Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.